home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 34 / PC Gamer IT CD 34 2-2.iso / utility / rccd30103 / _SETUP.1 / Rccd.exe / 0 / RCDATA / TFRMTRACKSELECT / TFRMTRACKSELECT.txt < prev   
Text File  |  1998-09-03  |  10KB  |  435 lines

  1. object frmTrackSelect: TfrmTrackSelect
  2.   Left = 268
  3.   Top = 175
  4.   Width = 399
  5.   Height = 369
  6.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  7.   Caption = 'RCCD Track Selection:'
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   OnCloseQuery = FormCloseQuery
  15.   OnCreate = FormCreate
  16.   OnKeyDown = FormKeyDown
  17.   OnResize = FormResize
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Panel1: TPanel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 391
  25.     Height = 81
  26.     Align = alTop
  27.     BevelOuter = bvNone
  28.     Caption = 'Panel1'
  29.     TabOrder = 0
  30.     object Label1: TLabel
  31.       Left = 28
  32.       Top = 8
  33.       Width = 35
  34.       Height = 13
  35.       Alignment = taRightJustify
  36.       AutoSize = False
  37.       Caption = '&Drive:'
  38.       FocusControl = edtDrive
  39.     end
  40.     object Label2: TLabel
  41.       Left = 28
  42.       Top = 36
  43.       Width = 35
  44.       Height = 13
  45.       Alignment = taRightJustify
  46.       AutoSize = False
  47.       Caption = '&Artist:'
  48.       FocusControl = edtArtist
  49.     end
  50.     object Label3: TLabel
  51.       Left = 28
  52.       Top = 60
  53.       Width = 35
  54.       Height = 13
  55.       Alignment = taRightJustify
  56.       AutoSize = False
  57.       Caption = '&Title:'
  58.       FocusControl = edtTitle
  59.     end
  60.     object lblCDDBSerialNumber: TLabel
  61.       Left = 124
  62.       Top = 8
  63.       Width = 105
  64.       Height = 13
  65.       AutoSize = False
  66.       Caption = 'CDDB Serial Number:'
  67.       FocusControl = edtSerialNumber
  68.     end
  69.     object edtDrive: TEdit
  70.       Left = 68
  71.       Top = 4
  72.       Width = 45
  73.       Height = 21
  74.       TabStop = False
  75.       Color = clBtnFace
  76.       ReadOnly = True
  77.       TabOrder = 0
  78.     end
  79.     object edtArtist: TEdit
  80.       Left = 68
  81.       Top = 32
  82.       Width = 281
  83.       Height = 21
  84.       TabOrder = 1
  85.       Text = 'New Artist'
  86.     end
  87.     object edtTitle: TEdit
  88.       Left = 68
  89.       Top = 56
  90.       Width = 281
  91.       Height = 21
  92.       TabOrder = 2
  93.       Text = 'New Title'
  94.     end
  95.     object edtSerialNumber: TEdit
  96.       Left = 236
  97.       Top = 4
  98.       Width = 89
  99.       Height = 21
  100.       TabStop = False
  101.       Color = clBtnFace
  102.       ReadOnly = True
  103.       TabOrder = 3
  104.     end
  105.   end
  106.   object Panel2: TPanel
  107.     Left = 0
  108.     Top = 315
  109.     Width = 391
  110.     Height = 27
  111.     Align = alBottom
  112.     BevelOuter = bvNone
  113.     TabOrder = 1
  114.     object Panel7: TPanel
  115.       Left = 220
  116.       Top = 0
  117.       Width = 171
  118.       Height = 27
  119.       Align = alRight
  120.       BevelOuter = bvNone
  121.       TabOrder = 0
  122.       object btnCancel: TButton
  123.         Left = 92
  124.         Top = 2
  125.         Width = 75
  126.         Height = 25
  127.         Caption = '&Cancel'
  128.         ModalResult = 2
  129.         TabOrder = 0
  130.         OnClick = btnCancelClick
  131.       end
  132.       object btnOK: TButton
  133.         Left = 4
  134.         Top = 2
  135.         Width = 75
  136.         Height = 25
  137.         Caption = '&OK'
  138.         ModalResult = 1
  139.         TabOrder = 1
  140.         OnClick = btnOKClick
  141.       end
  142.     end
  143.     object btnHelp: TButton
  144.       Left = 4
  145.       Top = 2
  146.       Width = 75
  147.       Height = 25
  148.       Caption = '&Help'
  149.       TabOrder = 1
  150.       OnClick = btnHelpClick
  151.     end
  152.   end
  153.   object Panel3: TPanel
  154.     Left = 149
  155.     Top = 81
  156.     Width = 77
  157.     Height = 234
  158.     Align = alLeft
  159.     BevelOuter = bvNone
  160.     TabOrder = 2
  161.     object btnAdd: TSpeedButton
  162.       Left = 14
  163.       Top = 24
  164.       Width = 61
  165.       Height = 25
  166.       Caption = 'A&dd ->'
  167.       Enabled = False
  168.       OnClick = btnAddClick
  169.     end
  170.     object btnRemove: TSpeedButton
  171.       Left = 14
  172.       Top = 52
  173.       Width = 61
  174.       Height = 25
  175.       Caption = '<- &Remove'
  176.       Enabled = False
  177.       OnClick = btnRemoveClick
  178.     end
  179.     object btnClearAll: TSpeedButton
  180.       Left = 14
  181.       Top = 80
  182.       Width = 61
  183.       Height = 25
  184.       Caption = 'C&lear All'
  185.       OnClick = btnClearAllClick
  186.     end
  187.     object btnReset: TSpeedButton
  188.       Left = 14
  189.       Top = 108
  190.       Width = 61
  191.       Height = 25
  192.       Caption = 'Re&set'
  193.       OnClick = btnResetClick
  194.     end
  195.   end
  196.   object pnlPlayList: TPanel
  197.     Left = 0
  198.     Top = 81
  199.     Width = 149
  200.     Height = 234
  201.     Align = alLeft
  202.     BevelOuter = bvNone
  203.     TabOrder = 3
  204.     object Panel6: TPanel
  205.       Left = 0
  206.       Top = 0
  207.       Width = 16
  208.       Height = 234
  209.       Align = alLeft
  210.       BevelOuter = bvNone
  211.       TabOrder = 0
  212.     end
  213.     object Panel4: TPanel
  214.       Left = 16
  215.       Top = 0
  216.       Width = 133
  217.       Height = 234
  218.       Align = alClient
  219.       BevelOuter = bvNone
  220.       TabOrder = 1
  221.       object Panel5: TPanel
  222.         Left = 0
  223.         Top = 0
  224.         Width = 133
  225.         Height = 20
  226.         Align = alTop
  227.         BevelOuter = bvNone
  228.         TabOrder = 0
  229.         object Label4: TLabel
  230.           Left = 4
  231.           Top = 3
  232.           Width = 82
  233.           Height = 13
  234.           Caption = 'A&vailable Tracks:'
  235.         end
  236.       end
  237.       object lbxAvailTracks: TListView
  238.         Left = 0
  239.         Top = 20
  240.         Width = 133
  241.         Height = 209
  242.         HelpContext = 401
  243.         Align = alClient
  244.         OnDblClick = lbxAvailTracksDblClick
  245.         Columns = <
  246.           item
  247.             Caption = 'Track Name'
  248.             Width = 120
  249.           end>
  250.         DragMode = dmAutomatic
  251.         HideSelection = False
  252.         Items.Data = {
  253.           E80000000800000000000000FFFFFFFFFFFFFFFF000000000000000007547261
  254.           636B203100000000FFFFFFFFFFFFFFFF000000000000000007547261636B2032
  255.           00000000FFFFFFFFFFFFFFFF000000000000000007547261636B203300000000
  256.           FFFFFFFFFFFFFFFF000000000000000007547261636B203400000000FFFFFFFF
  257.           FFFFFFFF000000000000000007547261636B203500000000FFFFFFFFFFFFFFFF
  258.           000000000000000007547261636B203600000000FFFFFFFFFFFFFFFF00000000
  259.           0000000007547261636B203700000000FFFFFFFFFFFFFFFF0000000000000000
  260.           07547261636B2038}
  261.         MultiSelect = True
  262.         RowSelect = True
  263.         OnEdited = lbxAvailTracksEdited
  264.         OnDragDrop = lbxAvailTracksDragDrop
  265.         OnDragOver = lbxAvailTracksDragOver
  266.         PopupMenu = PopupMenu
  267.         ShowColumnHeaders = False
  268.         TabOrder = 1
  269.         ViewStyle = vsReport
  270.       end
  271.       object Panel11: TPanel
  272.         Left = 0
  273.         Top = 229
  274.         Width = 133
  275.         Height = 5
  276.         Align = alBottom
  277.         BevelOuter = bvNone
  278.         TabOrder = 2
  279.       end
  280.     end
  281.   end
  282.   object pnlAvailTracks: TPanel
  283.     Left = 226
  284.     Top = 81
  285.     Width = 165
  286.     Height = 234
  287.     Align = alClient
  288.     BevelOuter = bvNone
  289.     TabOrder = 4
  290.     object Panel9: TPanel
  291.       Left = 0
  292.       Top = 0
  293.       Width = 16
  294.       Height = 234
  295.       Align = alLeft
  296.       BevelOuter = bvNone
  297.       TabOrder = 0
  298.       object imgHand: TImage
  299.         Left = 0
  300.         Top = 19
  301.         Width = 15
  302.         Height = 11
  303.         AutoSize = True
  304.         Picture.Data = {<image000.bmp>}
  305.         Transparent = True
  306.         Visible = False
  307.       end
  308.     end
  309.     object Panel8: TPanel
  310.       Left = 16
  311.       Top = 0
  312.       Width = 133
  313.       Height = 234
  314.       Align = alClient
  315.       BevelOuter = bvNone
  316.       TabOrder = 1
  317.       object Panel10: TPanel
  318.         Left = 0
  319.         Top = 0
  320.         Width = 133
  321.         Height = 20
  322.         Align = alTop
  323.         BevelOuter = bvNone
  324.         TabOrder = 0
  325.         object Label5: TLabel
  326.           Left = 4
  327.           Top = 3
  328.           Width = 42
  329.           Height = 13
  330.           Caption = '&Play List:'
  331.         end
  332.       end
  333.       object lbxPlayList: TListBox
  334.         Left = 0
  335.         Top = 20
  336.         Width = 133
  337.         Height = 209
  338.         HelpContext = 402
  339.         Align = alClient
  340.         DragMode = dmAutomatic
  341.         ItemHeight = 14
  342.         Items.Strings = (
  343.           'Track 1'
  344.           'Track 2'
  345.           'Track 3'
  346.           'Track 4'
  347.           'Track 5'
  348.           'Track 6'
  349.           'Track 7'
  350.           'Track 8')
  351.         MultiSelect = True
  352.         PopupMenu = popWhatsThis
  353.         Style = lbOwnerDrawFixed
  354.         TabOrder = 1
  355.         OnClick = lbxPlayListClick
  356.         OnDblClick = btnRemoveClick
  357.         OnDragDrop = lbxPlayListDragDrop
  358.         OnDragOver = lbxPlayListDragOver
  359.       end
  360.       object Panel12: TPanel
  361.         Left = 0
  362.         Top = 229
  363.         Width = 133
  364.         Height = 5
  365.         Align = alBottom
  366.         BevelOuter = bvNone
  367.         TabOrder = 2
  368.       end
  369.     end
  370.     object Panel13: TPanel
  371.       Left = 149
  372.       Top = 0
  373.       Width = 16
  374.       Height = 234
  375.       Align = alRight
  376.       BevelOuter = bvNone
  377.       TabOrder = 2
  378.     end
  379.   end
  380.   object SaveSettings: TgbSaveSettings
  381.     IniFileName = 'RCCD'
  382.     SectionName = 'Track Select Form'
  383.     RegistryKey = '\Software\GaJITS\'
  384.     Left = 356
  385.     Top = 4
  386.   end
  387.   object PopupMenu: TPopupMenu
  388.     Left = 66
  389.     Top = 169
  390.     object WhatsThis1: TMenuItem
  391.       Caption = '&What'#39's This?'
  392.       OnClick = WhatsThis1Click
  393.     end
  394.     object N1: TMenuItem
  395.       Caption = '-'
  396.     end
  397.     object PlayBrief1: TMenuItem
  398.       Caption = 'Play &Brief'
  399.       OnClick = PlayBrief1Click
  400.     end
  401.     object Play1: TMenuItem
  402.       Caption = '&Play'
  403.       OnClick = Play1Click
  404.     end
  405.   end
  406.   object gbMinMax1: TgbMinMax
  407.     MinMaxConstraints.MaxSizeX = 0
  408.     MinMaxConstraints.MaxSizeY = 0
  409.     MinMaxConstraints.MaxPositionX = 0
  410.     MinMaxConstraints.MaxPositionY = 0
  411.     MinMaxConstraints.MinTrackSizeX = 262
  412.     MinMaxConstraints.MinTrackSizeY = 279
  413.     MinMaxConstraints.MaxTrackSizeX = 0
  414.     MinMaxConstraints.MaxTrackSizeY = 0
  415.     MinMaxConstraints.ApplyMaxSizeX = False
  416.     MinMaxConstraints.ApplyMaxSizeY = False
  417.     MinMaxConstraints.ApplyMaxPositionX = False
  418.     MinMaxConstraints.ApplyMaxPositionY = False
  419.     MinMaxConstraints.ApplyMinTrackSizeX = True
  420.     MinMaxConstraints.ApplyMinTrackSizeY = True
  421.     MinMaxConstraints.ApplyMaxTrackSizeX = False
  422.     MinMaxConstraints.ApplyMaxTrackSizeY = False
  423.     Left = 186
  424.     Top = 221
  425.   end
  426.   object popWhatsThis: TPopupMenu
  427.     Left = 284
  428.     Top = 161
  429.     object WhatsThis: TMenuItem
  430.       Caption = '&What'#39's This?'
  431.       OnClick = WhatsThisClick
  432.     end
  433.   end
  434. end
  435.